DESCRIPTION:= is obselete
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 14 Oct 2007 04:32:56 +0000 (04:32 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 14 Oct 2007 04:32:56 +0000 (04:32 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/nodogsplash@9304 3c298f89-4303-0410-b956-a3cf2f4a3e73

Makefile

index 5cb4fe97340b3529795e3a094a95a18b5bd8fcb6..2d1802174e30de070ce36f95a75363256a02a24a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -29,13 +29,15 @@ define Package/nodogsplash
   CATEGORY:=Network
   DEPENDS:=+libpthread
   TITLE:=Open public network gateway daemon
-  DESCRIPTION:=\
-       Nodogsplash offers a simple way to open a free hotspot providing restricted access to an\\\
-       internet connection. It is intended for use on wireless access points running OpenWRT\\\
-       (but may also work on other Linux-based devices).
   URL:=http://kokoro.ucsd.edu/nodogsplash/
 endef
 
+define Package/nodogsplash/description
+       Nodogsplash offers a simple way to open a free hotspot providing restricted access to an
+       internet connection. It is intended for use on wireless access points running OpenWRT
+       (but may also work on other Linux-based devices).
+endef
+
 define Build/Configure
        $(call Build/Configure/Default,\
                --enable-static \